
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    font-size: 1rem;
    scroll-behavior: smooth;
  }
  
  img.img-responsive {
    width: 100%;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .max-width {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .col-01 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-02 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  @media (max-width: 1200px) {
    .max-width {
      max-width: 1140px;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  @media (max-width: 992px) {
    .max-width {
      max-width: 960px;
    }
    .col-01 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-02 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }
  
  @media (max-width: 768px) {
    .max-width {
      max-width: 720px;
    }
  
    .col-01 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .col-02 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  }
  
  @media (max-width: 576px) {
    .max-width {
      max-width: 540px;
    }
  
    .col-01 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .col-02 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  }
  
  @media (max-width: 450px) {
    .col-01,
    .col-02 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  /* ///////////////////////thankyou section////////////////////////// */
  

  section#altair-thankyou-section {
    padding: 100px 0;
    margin-top: 88px;
  }

  .thankyou-page-content-block h1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 87px;
    color: #1B1C31;
  }
  .thankyou-page-content-block h1 span {
    display: block;
  }
  
  .thankyou-page-content-block p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #1B1C31;
  }
  
  button.btn-style-01 {
    background: rgba(201, 201, 201, 0.4);
    border: 0;
    padding: 9px 20px;
    backdrop-filter: blur(30px);
    border-radius: 8px;
    color: #201f1f;
    transition: 0.25s;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .thankyou-btn-group a {
    text-decoration: none;
  }


  .thankyou-page-content-block h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 112%;
    color: #0F2D89;
    font-family: 'Inter';
    margin-top: 18px;
  }
  .thankyou-page-content-block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 179%;
    text-align: center;
    color: #2A464F;
    width: 60%;
    margin: 0px auto;
  }
  
  section#desai-thankyou-section {
    padding: 160px 0 0 0;
    text-align: center;
    position: relative;
    min-height: 80vh;
  }

  .thankyou-page-content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .thankyou-bg-img {
    position: absolute;
    bottom: 0;
    max-width: 1000px;
    z-index: -1;
  }
  .col-lg-10.col-md-10.col-sm-12.col-12.no-pos {
    position: inherit;
  }

  section#desai-thankyou-section::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 204, 112, 0.05) 0%, rgba(22, 204, 112, 0) 100%);
    transform: rotate(180deg);
  }
  

  
  button.btn-style-01:hover {
    background-color: rgba(201, 201, 201, 0.8);
    transition: 0.25s;
  }
  
  .thankyou-btn-group {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
  .social-icons {
    background: rgba(201, 201, 201, 0.4);
    border: 0;
    padding: 9px 20px;
    backdrop-filter: blur(30px);
    border-radius: 8px;
    color: #201f1f;
    margin-left: 25px;
    display: flex;
    align-items: center;
    transition: 0.25s;
  }
  
  .social-icons:hover {
    background-color: rgba(201, 201, 201, 0.8);
    transition: 0.25s;
  }
  
  .social-icons span {
    display: block;
    margin-left: 10px;
  }
  .social-icons svg {
    overflow: hidden;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  
  @media (max-width: 992px) {
    .thankyou-page-content-block h1 span {
      display: contents;
    }
  }
  @media (max-width: 767px) {
    .thankyou-page-content-img {
      margin-bottom: 40px;
    }
    .row.dir-clm {
      flex-direction: column-reverse;
    }
    .thankyou-btn-group {
      display: flex;
      margin-top: 30px;
      align-items: baseline;
  }

  .social-icons {
    height: 60px;
    align-items: center;
  }

  }
  
  @media (max-width: 576px) {
    .thankyou-btn-group {
      display: flex;
      flex-direction: column-reverse;
    }
    .social-icons {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px;
      width: fit-content;
    }

    .thankyou-page-content-block h1 {
      font-weight: 800;
      font-size: 40px;
      line-height: 60px;
    }


  }
  